home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / apps / 137 / attic2.doc < prev    next >
Text File  |  1985-11-19  |  1KB  |  37 lines

  1.      People who are familiar with the BASIC
  2. language should have no problem using this
  3. implementation.  Use the commands you are
  4. used to using in the way you are used to 
  5. using them.
  6.      Following is a partial listing of
  7. some of the more than 200 commands, and
  8. how they are used.
  9.  
  10.    **** ATTIC USES LINE NUMBERS *****
  11.  
  12. - Control C - stops a program during execution
  13. - Control S - pauses a program
  14. - Control Q - resumes program execution (after
  15.   a control S)
  16. - BEEP - makes sound, flashes monitor
  17. - NEW - clears program memory and variables,
  18.   and sets default parameters
  19. - NAME - oldname TO newname, changes filename
  20. - ON MOUSE GOSUB line - initiates or turns off
  21.   mouse event trapping
  22. - PPOS x,y - sets the graphics pen position
  23. - RENUM - renumbers program lines
  24. - RESUME line - resumes program execution
  25.   after a runtime error
  26. - RND - returns a random number
  27. - SWAP var1, var2 - exchanges two variables
  28. - QUIT - leaves ATTIC
  29.  
  30.      Really, this is a very shallow view of
  31. the program, and I listed only the easily 
  32. explained items.  There are over 200 functions
  33. in this program, it is VERY powerful and fast.
  34. Give it a try and let Marv Bowman (author) 
  35. know what you think.  His address and phone
  36. number are listed in READ.ASC.
  37.